home *** CD-ROM | disk | FTP | other *** search
/ Surfin' Sam - A Hilariously Interactive Game / Surfin Sam.iso / pc / sam_232.dir / 01114.ls < prev    next >
Encoding:
Text File  |  1995-07-17  |  629 b   |  25 lines

  1. on mouseDown
  2.   puppetSound("gonghi")
  3.   updateStage()
  4.   puppetTransition(39, 1, 20)
  5.   puppetSprite(7, 0)
  6.   puppetSprite(5, 0)
  7.   puppetSprite(6, 0)
  8.   puppetSprite(4, 0)
  9.   puppetSprite(2, 0)
  10.   puppetSprite(40, 1)
  11.   set the visible of sprite 5 to 0
  12.   set the visible of sprite 6 to 0
  13.   set the visible of sprite 7 to 0
  14.   set the visible of sprite 9 to 0
  15.   set the visible of sprite 11 to 0
  16.   set the visible of sprite 23 to 0
  17.   set the visible of sprite 24 to 0
  18.   set the visible of sprite 11 to 0
  19.   set the visible of sprite 10 to 1
  20.   set the visible of sprite 2 to 1
  21.   set the visible of sprite 22 to 1
  22.   unLoad()
  23.   go("blck")
  24. end
  25.